Mimer SQL Data Provider
Add(MimerBatchCommand[]) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Add Method : Add(MimerBatchCommand[]) Method
The MimerBatchCommand objects to add to the collection.
Adds multiple MimerBatchCommand objects to the end of the MimerBatchCommandCollection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ParamArray items() As MimerBatchCommand _
) 
public void Add( 
   params MimerBatchCommand[] items
)
public procedure Add( 
   params  items: MimerBatchCommandarray of
); 
public function Add( 
   items : MimerBatchCommand[]
);
public: void Add( 
   params MimerBatchCommand*[]* items
) 

Parameters

items
The MimerBatchCommand objects to add to the collection.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List